home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / convert.arc / CONVERT.DOC next >
Text File  |  1985-11-20  |  4KB  |  128 lines

  1.                         February 20,1992
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                       Format Converter 1.0
  10.                       By Lonnie Dwayne Webb
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.      Format Converter is written in GFA-BASIC 3.5 to convert the
  20. boot record of old TOS diskettes to IBM standards.  It also
  21. permits the user to write the Neodesk boot record.  Since I
  22. don't have NeoDesk (yet!) I can only make small observations
  23. about disks that already have that format.  Needless to say,
  24. this option is not considered finished--USE AT YOUR OWN RISK!
  25.  
  26.  
  27.                         Atari TOS Format
  28.  
  29.      In case you haven't found out already, old TOS machines
  30. like mine will not format IBM disks without some help.  The
  31. first sector(boot sector, or boot record as Norton puts it) is
  32. written differently.  I assume the difference is this: IBM puts
  33. a lot of information on the boot record concerning the DOS
  34. version number, system files, default error messages, and the
  35. boot program.
  36.  
  37.      For the most part Atari disks don't need any of that
  38. information.  I suppose that's the reason for the difference.
  39. The first two words of the boot sector(this is all ala Webb)are
  40. identifiers.  I really don't know exactly what they identify, so
  41. I'll just stop speculating now.
  42.  
  43.      I haven't written a routine to write Atari boot records for
  44. two reasons.  One, there's no reason to.  Atari reads all IBM
  45. formats I know of.  Two, I just don't have enough information at
  46. my disposal to write a complete routine for every Atari format,
  47. and I know there have been changes.
  48.  
  49.      By the way, the converter will not alter hard drives.  I
  50. can't afford an Atari drive to make the comparison, besides I
  51. can't think of a real need for it right now.
  52.  
  53.  
  54.                          IBM Conversion
  55.  
  56.      When run, CONVERT.PRG reads DISK A by default.  Change the
  57. drive with the File menu.  A tick will appear next to the disk
  58. chosen.
  59.  
  60.      Choose either MS-DOS or NeoDesk to do the conversion.  You
  61. get to choose from the three most common identifiers:
  62.  
  63.           28: This is the byte that Norton's Safe Format writes.
  64.               I have also found it on DOS disks with DOS 3.3 and
  65.               earlier.
  66.           34: This byte is on all my DOS 4 5.25 disks.
  67.           3C: I get this byte by formatting under DOS 5.0.
  68.  
  69.      When you have made you selections, the first two words are
  70. displayed.  You can see off hand if they need converting.
  71.      Sector 0 is read in, and should you click the button, the
  72. first two words are changed accordingly.
  73.  
  74.  
  75.      I credit the functionality of this program to a post on
  76. Netnews.  Someone posted the information I used, and I thank
  77. them.  I believe it was in the welcome message II.
  78.  
  79.  
  80.                         Autoboot Programs
  81.  
  82.      I have tested the converter on my autoboot programs and
  83. haven't had any trouble.  I don't think it should, either.
  84. HOWEVER, it's always a good idea to make a backup first.  And
  85. test on the BACKUP.
  86.  
  87.  
  88.                           Fixing Disks
  89.  
  90.      As you may have heard, the best programs for dealing with
  91. bad disks are on other computers.  With this conversion, your
  92. data is a big step closer to being secure and portable.
  93.  
  94.      Plus you don't have to format on another machine anymore!
  95.  
  96.  
  97.                             Shareware
  98.  
  99.      This program is shareware and may be freely distributed in
  100. its original form.  If you use, or plan to use, this program,
  101. please send $15(or whatever you think it's worth)to:
  102.  
  103.                Lonnie Dwayne Webb
  104.                16007 Dutch Mills N.
  105.                Lincoln, AR    72744
  106.  
  107.      I will continue to support this and all software I write.
  108. Those who register their copy of CONVERT will receive upgrades
  109. and the next program I write free.  Hopefully that will be a
  110. good sector editor with a decent routine for fixing disks.
  111.  
  112.  
  113.      Every effort has been made to insure that this program is
  114. bug free.  In testing, no problems have arisen, HOWEVER...
  115.  
  116.                            DISCLAIMER
  117.  
  118.      No warranties either implied, expressed, or written have
  119. been made concerning this program.  The author assumes no
  120. responsibility concerning quality or long reaching effects of
  121. the program.
  122.  
  123.      Please send any problems, bugs, or comments to the above
  124. address or by Internet to: lwebb@uafhp.uark.edu.
  125.  
  126.      Good Luck.
  127.  
  128.